home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD School House 10
/
CD School House - Education and Games (10.0) - Wayzata Technology (1995).iso
/
mac
/
DOS
/
TEACHAID
/
CAI210
/
TESTPCX.CAI
< prev
next >
Wrap
Text File
|
1994-12-17
|
1KB
|
39 lines
.rem
.rem -----------------PRESS CTRL-G (Go) TO RUN THIS PROGRAM---------
.rem
.screen 0
.cls
This is an example of using the TXPCX program to display PCX files
on the screen, and control their size. In this case, the PCX file
is shown at 50% size first, then 25% size.
The TXPCX program determines for itself what monitor type is appropriate
to use.
NOTE:The TXPCX has more options than the CAIPCX viewer, but it takes
more memory, and is probably useful only on 386 class machines or
higher. If you run TXPCX on a 286 or lower, you may have memory
problems, and the graphics may be too slow to load.
When the PCX image appears, you must press Enter for the CAI program
to continue:
.locate 24,1
.pause
@shell (*txpcx wolf,50*)
.cls
Now the PCX will be shown at 25% size...
.pause
@shell (*txpcx wolf,25*)
.cls
You can also show a series of PCX files in a "slide show" using
special effects. Here is an example:
.pause
@SHELL (*TXPCX @TXPCX.DAT*)
.screen 0
.cls
Thats all...
.locate 24,1
.pause
.cls